POST /File/TransferCheckOut/{id}/

Transfers the checked out file with the specified ID to the specified account ID.
 

Request

Method Request URI
POST /API/File/TransferCheckOut/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId ID of the current session. Specifying via an Authorization request header instead is recommended.

Path Parameters

Path Parameter Description
id The ID of the file for which to transfer the check out.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

Name: accountId
Type: System.Guid

Response

Response Body

Status code indicating success or a reason for operation failure.